home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / splines.1 < prev    next >
Text File  |  1995-07-25  |  9KB  |  265 lines

  1.  
  2.  
  3.  
  4.      SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))            UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV            SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           splines - displays bouncing balls used as control points for
  10.           a spline curve
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           _s_p_l_i_n_e_s [-abefrsuxBEFIRTW][-w width][-h height][-o
  14.                   filename][-m index][-c colorwheel][-n count][-N
  15.                   nballs][-l limit][-p nsteps][-D delay][-S
  16.                   naptime][-X xradius][-Y yradius]
  17.  
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.           _s_p_l_i_n_e_s Randomly places the specified number of control
  20.           points  and sets each of them off on a randomly calculated
  21.           linear trajectory. The balls bounce off of the walls and are
  22.           used as control points for either a B-spline or Bezier
  23.           spline curve.
  24.  
  25.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  26.           -a      selects display of control points only (no spline
  27.                   curve)
  28.  
  29.           -B      Indicates use of the Bezier spline rather than the
  30.                   B-spline
  31.  
  32.           -b      selects display of spline curve only (no control
  33.                   points)
  34.  
  35.           -c _n    Selects one of many different color wheels to use.
  36.                   The default color wheel is a rainbow palette.
  37.  
  38.           -D _d_e_l_a_y
  39.                   Specifies the length of delay to use when spinning
  40.                   the color wheel
  41.  
  42.           -E      Indicates to erase the previous control points as
  43.                   the new ones are drawn, displaying only the current
  44.                   control points
  45.  
  46.           -e      Indicates to erase the previous curve as the new one
  47.                   is drawn, displaying only the current spline curve
  48.  
  49.           -F      Indicates to use the full screen
  50.  
  51.           -f      Indicates to not use fill mode, drawing control
  52.                   points as circles rather than disks
  53.  
  54.           -I      Indicates use of the Infinite mode. There is no
  55.                   limit to the number of curves drawn
  56.  
  57.           -w _n    Specifies the width of the window. Default is 512.
  58.  
  59.           -h _n    Specifies the height of the window. Default is 512.
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 7/3/94)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))            UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV            SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))
  71.  
  72.  
  73.  
  74.           -l _n    Specifies the number of successive curves to draw
  75.                   before starting a new sequence or exiting. Default
  76.                   is width x height.
  77.  
  78.           -m _n    Specifies the minimum color index to be used for the
  79.                   upper end of the color wheel
  80.  
  81.           -n _n_u_m_p_i_c_s
  82.                   Specifies how many sequences of curves to compute
  83.                   before exiting. During display (see NOTES below),
  84.                   pressing 'n' or 'N' will skip to the next map.
  85.  
  86.           -N _n_b_a_l_l_s
  87.                   Specifies how many control points to simultaneously
  88.                   compute and display
  89.  
  90.           -o _f_i_l_e_n_a_m_e
  91.                   Specifies the output filename to be used. If the -o
  92.                   option is given, this file will automatically be
  93.                   written out at the completion of the drawing.  If it
  94.                   is not specified, a default filename of splines.ppm
  95.                   is used and only written if the 'f' or 'F' keys are
  96.                   pressed during a run. The format of the output file
  97.                   is PPM. The parameters used to calculate the picture
  98.                   are included as comments at the beginning of the
  99.                   output file.
  100.  
  101.           -p _n_s_t_e_p_s
  102.                   Specifies how many steps to use in the spline curve
  103.                   computation. Default is 50
  104.  
  105.           -R      Indicates the display will be in the root window. In
  106.                   this mode, the  default color map will be used and
  107.                   no spinning of the color wheel is possible.
  108.  
  109.           -W      Indicates the control points will perform a pseudo-
  110.                   random walk
  111.  
  112.           -r      Specifies random selection of modes and parameters
  113.  
  114.           -S /fInaptime
  115.                   Specifies the interval to delay between drawing
  116.                   curves
  117.  
  118.           -s      Indicates to spin the color wheel immediately upon
  119.                   completion of display.
  120.  
  121.           -u      Produces a usage message.
  122.  
  123.           -X _r_a_d_i_u_s
  124.                   Specifies the length of X-axis of the control
  125.                   points. Default is 5.
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 7/3/94)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))            UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV            SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))
  137.  
  138.  
  139.  
  140.           -x      Indicates not to use XOR as drawing mode (no
  141.                   erasing)
  142.  
  143.           -Y _r_a_d_i_u_s
  144.                   Specifies the length of Y-axis of the control
  145.                   points. Default is 4.
  146.  
  147.           During display, use of the keys +-
  148.           ><_b_B_c_C_d_D_e_E_f_F_g_G_i_I_k_K_L_n_N_p_P_r_R_s_S_w_W_x_X?_h_q_Q indicates:
  149.  
  150.                (>) Increment delay between curve drawings.
  151.                (<) Decrement delay between curve drawings.
  152.                (+) Increment minimum color index.
  153.                (-) Decrement minimum color index.
  154.                (b or B) Toggles use of Bezier and B-spline algorithms
  155.                (c) Clears the window
  156.                (C) Create another control point, preserving the
  157.           existing ones.
  158.                (d or D) Decrements or increments the delay used when
  159.           spinning the color wheel
  160.                (e or E) Erase the spline curve or control points as
  161.           you go
  162.                (f or F) Save the current window to a file in PPM
  163.           format
  164.                (g or G) Toggle drawing control points as circles or
  165.           disks
  166.                (i or I) Toggle checking for exceeding the limit on
  167.           number of curves
  168.                (k or K) Toggle display of control points or spline
  169.           curves
  170.                (L) Delete one of the control points
  171.                (n or N) Skip to the next series of splines.
  172.                (p or P) Decrement or increment the number of steps per
  173.           spline curve
  174.                (R) Toggle pseudo-random walk of control points
  175.                (S) Stop spinning the color wheel
  176.                (s) Spin the color wheel in the positive direction.
  177.                (r) Spin the color wheel in the negative direction.
  178.                (W or w) Increment or decrement the color map index.
  179.                (x) Toggle drawing between XOR and COPY modes
  180.                (X) Erase the existing control points and restart the
  181.           computation and display
  182.                (Q or q) quit
  183.  
  184.  
  185.  
  186.      AAAAUUUUTTTTHHHHOOOORRRR
  187.                   Ronald Joe Record
  188.                The Santa Cruz Operation
  189.                     P.O. Box 1900
  190.                  Santa Cruz, CA 95061
  191.                       rr@sco.com
  192.  
  193.  
  194.  
  195.      Page 3                                           (printed 7/3/94)
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))            UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV            SSSSPPPPLLLLIIIINNNNEEEESSSS((((LLLLOOOOCCCCAAAALLLL))))
  203.  
  204.  
  205.  
  206.      AAAACCCCKKKKNNNNOOOOWWWWLLLLEEEEDDDDGGGGEEEEMMMMEEEENNNNTTTTSSSS
  207.           The original bouncing ball program was written by Gever
  208.           Tulley in CGI.  Assistance with colormaps and spinning color
  209.           wheels and X was gleaned from Hiram Clawson and Stacey
  210.           Campbell.
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.      Page 4                                           (printed 7/3/94)
  262.  
  263.  
  264.  
  265.